Working with ZK Spring Core
From Documentation
ZK Spring Core facilitates ZK's integration with Spring core framework. It has several features that allow seamless integration of both such as it can expose Spring beans within ZK framework, inject ZK components into Spring managed beans and provide ZK custom scopes for Spring beans. In the following sections we will explore these features in detail. You can also check out the example source code on github.